home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #12 / K-CD-12-2002.ISO / GraphCalc / GraphCalc.exe / {app} / scripts / Volume / while.gcs < prev   
Encoding:
Text File  |  2000-11-26  |  87 b   |  6 lines

  1. #While Example
  2. i=irand(1:10)
  3. While(i > 0)
  4.     i=i-irand(1:4)
  5.     i=i+irand(1:2)
  6. EndWhile